home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000275_news@newsmaster….columbia.edu _Tue Jul 14 11:07:31 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22253
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Jul 1998 11:07:30 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA24238
  7.     for kermit.misc@watsun; Tue, 14 Jul 1998 11:07:30 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: BIOS 2 problem...
  12. Date: 14 Jul 1998 15:07:29 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <6ofs7h$ehu$1@apakabar.cc.columbia.edu>
  16. References: <6ofp1d$8q2$1@nnrp1.dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8975
  19.  
  20. In article <6ofp1d$8q2$1@nnrp1.dejanews.com>,
  21.  <gboudrea@my-dejanews.com> wrote:
  22. : I have a problem with some clients who own recent machine and use MS-
  23. : Kermit 3.14...  Kermit set the port to BIOS 2 instead of COM 2 randomly.  It
  24. : will do it once in a while and the communication will then be impossible to
  25. : establish..!  I think the best thing to do will be to
  26. : SET COM2 /x2e8 3
  27. : SET PORT COM2
  28. : or something like it (with the address and the IRQ changed...)
  29. : Have anybody ever got into this problem and now know how to solve this
  30. : once for all.??
  31. If your clients are using Windows 95/98 or NT or OS/2, they should switch
  32. to Kermit 95:
  33.  
  34.   http://www.columbia.edu/kermit/k95.html
  35.  
  36. Otherwise, you should read the documentation that comes with MS-DOS Kermit.
  37. Pay particular attention to the KERMIT.BWR file, Section 6.
  38.  
  39. - Frank